home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / domacnost a kancelar / extractnow / extractnow.exe / install_script.iss
Text File  |  2007-04-10  |  3KB  |  80 lines

  1. ;InnoSetupVersion=5.1.10
  2.  
  3. [Setup]
  4. AppName=ExtractNow
  5. AppVerName=ExtractNow
  6. AppId=ExtractNow
  7. AppPublisher=Nathan Moinvaziri
  8. AppPublisherURL=http://www.extractnow.com/
  9. AppSupportURL=http://www.extractnow.com/
  10. AppUpdatesURL=http://www.extractnow.com/
  11. DefaultDirName={pf}\ExtractNow
  12. DefaultGroupName=ExtractNow
  13. OutputBaseFilename=ExtractNow
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. DisableProgramGroupPage=yes
  17. InfoBeforeFile=embedded\InfoBefore.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\changelog.txt"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\complete.wav"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\incomplete.wav"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\extractmenu.dll"; DestDir: "{app}"; Flags: restartreplace sharedfile uninsrestartdelete ignoreversion 
  26. Source: "{app}\file.ico"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\extractnow.exe"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\wimadll.dll"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\unlha32.dll"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\unacev2.dll"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\extractnow.htm"; DestDir: "{app}"; Flags: ignoreversion 
  32.  
  33. [Run]
  34. Filename: "{app}\extractnow.exe"; Parameters: "/registermenu"; Tasks: registermenu; Flags: shellexec nowait
  35. Filename: "{app}\extractnow.exe"; Description: "Launch ExtractNow"; Flags: shellexec postinstall skipifsilent nowait
  36.  
  37. [UninstallRun]
  38. Filename: "{app}\extractnow.exe"; Parameters: "/uninstall"; 
  39.  
  40. [Icons]
  41. Name: "{group}\ExtractNow"; Filename: "{app}\extractnow.exe"; 
  42. Name: "{group}\ExtractNow on the Web"; Filename: "{app}\extractnow.htm"; 
  43. Name: "{group}\Uninstall ExtractNow"; Filename: "{uninstallexe}"; 
  44. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\ExtractNow"; Filename: "{app}\extractnow.exe"; Tasks: quicklaunchicon; 
  45.  
  46. [Tasks]
  47. Name: "quicklaunchicon"; Description: "Create an icon in the &Quick Launch bar"; GroupDescription: "Additional icons:"; 
  48. Name: "registermenu"; Description: "Register explorer shell &context menu"; GroupDescription: "Additional tasks:"; 
  49.  
  50. [InstallDelete]
  51. Type: files; Name: "{group}"; 
  52. Type: files; Name: "{app}\website.url"; 
  53. Type: files; Name: "{app}\todo.txt"; 
  54. Type: files; Name: "{sendto}\EXTRAC~1.lnk"; 
  55. Type: files; Name: "{sendto}\EXTRAC~2.lnk"; 
  56.  
  57. [UninstallDelete]
  58. Type: files; Name: "{app}\website.url"; 
  59. Type: files; Name: "{app}\debug.log"; 
  60. Type: files; Name: "{app}\details.log"; 
  61. Type: files; Name: "{app}\history.log"; 
  62. Type: files; Name: "{sendto}\EXTRAC~1.lnk"; 
  63. Type: files; Name: "{sendto}\EXTRAC~2.lnk"; 
  64.  
  65. [CustomMessages]
  66. default.NameAndVersion=%1 version %2
  67. default.AdditionalIcons=Additional icons:
  68. default.CreateDesktopIcon=Create a &desktop icon
  69. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  70. default.ProgramOnTheWeb=%1 on the Web
  71. default.UninstallProgram=Uninstall %1
  72. default.LaunchProgram=Launch %1
  73. default.AssocFileExtension=&Associate %1 with the %2 file extension
  74. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  75.  
  76. [Languages]
  77. ; These files are stubs
  78. ; To achieve better results after recompilation, use the real language files
  79. Name: "default"; MessagesFile: "embedded\default.isl"; 
  80.